<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
  <PropertyGroup>
    <ProjectType>Local</ProjectType>
    <ProductVersion>9.0.30729</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ApplicationIcon>
    </ApplicationIcon>
    <AssemblyKeyContainerName>
    </AssemblyKeyContainerName>
    <AssemblyName>Antlr3-2.Runtime.DotNet20</AssemblyName>
    <AssemblyOriginatorKeyFile>
    </AssemblyOriginatorKeyFile>
    <DefaultClientScript>JScript</DefaultClientScript>
    <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
    <DefaultTargetSchema>IE50</DefaultTargetSchema>
    <DelaySign>false</DelaySign>
    <OutputType>Library</OutputType>
    <RootNamespace>Antlr.Runtime</RootNamespace>
    <NoStandardLibraries>false</NoStandardLibraries>
    <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
    <StartupObject>
    </StartupObject>
    <FileUpgradeFlags>
    </FileUpgradeFlags>
    <ProjectGuid>{CF15D0D5-BE72-4F98-B70F-229ABA1DF0E8}</ProjectGuid>
    <OldToolsVersion>2.0</OldToolsVersion>
    <UpgradeBackupLocation>
    </UpgradeBackupLocation>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <OutputPath>bin\Debug\net-2.0\</OutputPath>
    <BaseAddress>285212672</BaseAddress>
    <ConfigurationOverrideFile>
    </ConfigurationOverrideFile>
    <DefineConstants>TRACE;DEBUG;STRONG_NAME;DOTNET2</DefineConstants>
    <DocumentationFile>
    </DocumentationFile>
    <DebugSymbols>true</DebugSymbols>
    <FileAlignment>4096</FileAlignment>
    <RegisterForComInterop>false</RegisterForComInterop>
    <RemoveIntegerChecks>false</RemoveIntegerChecks>
    <WarningLevel>4</WarningLevel>
    <DebugType>full</DebugType>
    <ErrorReport>prompt</ErrorReport>
    <OutputType>Library</OutputType>
    <RootNamespace>Antlr.Runtime</RootNamespace>
    <Optimize>true</Optimize>
    <StartupObject />
    <GenerateDocumentation>true</GenerateDocumentation>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <OutputPath>bin\Release\net-2.0\</OutputPath>
    <BaseAddress>285212672</BaseAddress>
    <ConfigurationOverrideFile>
    </ConfigurationOverrideFile>
    <DefineConstants>STRONG_NAME;DOTNET2</DefineConstants>
    <DocumentationFile>bin\Release\net-2.0\Antlr3-2.Runtime.DotNet20.xml</DocumentationFile>
    <DebugSymbols>true</DebugSymbols>
    <FileAlignment>4096</FileAlignment>
    <RegisterForComInterop>false</RegisterForComInterop>
    <RemoveIntegerChecks>false</RemoveIntegerChecks>
    <WarningLevel>4</WarningLevel>
    <DebugType>full</DebugType>
    <ErrorReport>prompt</ErrorReport>
    <OutputType>Library</OutputType>
    <RootNamespace>Antlr.Runtime</RootNamespace>
    <Optimize>true</Optimize>
    <StartupObject />
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System" />
    <Reference Include="System.Data" />
    <Reference Include="System.Xml" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Antlr.Runtime.Debug\DebugEventListenerConstants.cs" />
    <Compile Include="Antlr.Runtime.JavaExtensions\Check.cs" />
    <Compile Include="Antlr.Runtime.JavaExtensions\DictionaryExtensions.cs" />
    <Compile Include="Antlr.Runtime.JavaExtensions\EnumerableExtensions.cs" />
    <Compile Include="Antlr.Runtime.JavaExtensions\ExceptionExtensions.cs" />
    <Compile Include="Antlr.Runtime.JavaExtensions\IOExtensions.cs" />
    <Compile Include="Antlr.Runtime.JavaExtensions\JSystem.cs" />
    <Compile Include="Antlr.Runtime.JavaExtensions\LexerExtensions.cs" />
    <Compile Include="Antlr.Runtime.JavaExtensions\StringExtensions.cs" />
    <Compile Include="Antlr.Runtime.JavaExtensions\StringTokenizer.cs" />
    <Compile Include="Antlr.Runtime.Misc\DoubleKeyMap.cs" />
    <Compile Include="Antlr.Runtime.Misc\FastQueue.cs" />
    <Compile Include="Antlr.Runtime.Misc\LookaheadStream.cs" />
    <Compile Include="Antlr.Runtime.Tree\BufferedTreeNodeStream.cs" />
    <Compile Include="Antlr.Runtime.Tree\TreeFilter.cs" />
    <Compile Include="Antlr.Runtime.Tree\TreeIterator.cs" />
    <Compile Include="Antlr.Runtime\ANTLRFileStream.cs" />
    <Compile Include="Antlr.Runtime\ANTLRStringStream.cs" />
    <Compile Include="Antlr.Runtime\BufferedTokenStream.cs" />
    <Compile Include="Antlr.Runtime\CharStreamConstants.cs" />
    <Compile Include="Antlr.Runtime\GrammarRuleAttribute.cs" />
    <Compile Include="Antlr.Runtime\IAstRuleReturnScope`1.cs" />
    <Compile Include="Antlr.Runtime\ITokenStreamInformation.cs" />
    <Compile Include="Antlr.Runtime\LegacyCommonTokenStream.cs" />
    <Compile Include="Antlr.Runtime\TokenConstants.cs" />
    <Compile Include="Antlr.Runtime\UnbufferedTokenStream.cs" />
    <Compile Include="AssemblyInfo.cs" />
    <Compile Include="Antlr.Runtime\BitSet.cs" />
    <Compile Include="Antlr.Runtime\ICharStream.cs" />
    <Compile Include="Antlr.Runtime\CharStreamState.cs" />
    <Compile Include="Antlr.Runtime\ClassicToken.cs" />
    <Compile Include="Antlr.Runtime\CommonToken.cs" />
    <Compile Include="Antlr.Runtime\DFA.cs" />
    <Compile Include="Antlr.Runtime\EarlyExitException.cs" />
    <Compile Include="Antlr.Runtime\FailedPredicateException.cs" />
    <Compile Include="Antlr.Runtime\IIntStream.cs" />
    <Compile Include="Antlr.Runtime\MismatchedNotSetException.cs" />
    <Compile Include="Antlr.Runtime\MismatchedRangeException.cs" />
    <Compile Include="Antlr.Runtime\MismatchedSetException.cs" />
    <Compile Include="Antlr.Runtime\MismatchedTokenException.cs" />
    <Compile Include="Antlr.Runtime\MismatchedTreeNodeException.cs" />
    <Compile Include="Antlr.Runtime\NoViableAltException.cs" />
    <Compile Include="Antlr.Runtime\Parser.cs" />
    <Compile Include="Antlr.Runtime\ParserRuleReturnScope.cs" />
    <Compile Include="Antlr.Runtime\RecognitionException.cs" />
    <Compile Include="Antlr.Runtime\RuleReturnScope.cs" />
    <Compile Include="Antlr.Runtime\ITokenSource.cs" />
    <Compile Include="Antlr.Runtime\MissingTokenException.cs" />
    <Compile Include="Antlr.Runtime.Tree\CommonErrorNode.cs" />
    <Compile Include="Antlr.Runtime\UnwantedTokenException.cs" />
    <Compile Include="Antlr.Runtime.Collections\HashList.cs" />
    <Compile Include="Antlr.Runtime.Collections\StackList.cs" />
    <Compile Include="Antlr.Runtime.Tree\BaseTree.cs" />
    <Compile Include="Antlr.Runtime.Tree\BaseTreeAdaptor.cs" />
    <Compile Include="Antlr.Runtime.Tree\CommonTree.cs" />
    <Compile Include="Antlr.Runtime.Tree\CommonTreeAdaptor.cs" />
    <Compile Include="Antlr.Runtime.Tree\CommonTreeNodeStream.cs" />
    <Compile Include="Antlr.Runtime.Tree\ITree.cs" />
    <Compile Include="Antlr.Runtime.Tree\ITreeAdaptor.cs" />
    <Compile Include="Antlr.Runtime.Tree\ITreeNodeStream.cs" />
    <Compile Include="Antlr.Runtime.Tree\ParseTree.cs" />
    <Compile Include="Antlr.Runtime.Tree\TreeParser.cs" />
    <Compile Include="Antlr.Runtime.Tree\TreeRuleReturnScope.cs" />
    <Compile Include="Antlr.Runtime.Debug\DebugEventSocketProxy.cs" />
    <Compile Include="Antlr.Runtime.Debug\DebugParser.cs" />
    <Compile Include="Antlr.Runtime.Debug\DebugTokenStream.cs" />
    <Compile Include="Antlr.Runtime.Debug\IDebugEventListener.cs" />
    <Compile Include="Antlr.Runtime.Debug\DebugTreeAdaptor.cs" />
    <Compile Include="Antlr.Runtime\Constants.cs" />
    <Compile Include="Antlr.Runtime.Debug\DebugTreeNodeStream.cs" />
    <Compile Include="Antlr.Runtime.Debug\BlankDebugEventListener.cs" />
    <Compile Include="Antlr.Runtime.Debug\RemoteDebugEventSocketListener.cs" />
    <Compile Include="Antlr.Runtime.Debug\TraceDebugEventListener.cs" />
    <Compile Include="Antlr.Runtime.Debug\DebugEventHub.cs" />
    <Compile Include="Antlr.Runtime.Debug\DebugEventRepeater.cs" />
    <Compile Include="Antlr.Runtime.Debug\DebugTreeParser.cs" />
    <Compile Include="Antlr.Runtime.Debug\ParseTreeBuilder.cs" />
    <Compile Include="Antlr.Runtime.Debug\Profiler.cs" />
    <Compile Include="Antlr.Runtime.Debug\Tracer.cs" />
    <Compile Include="Antlr.Runtime.Misc\Stats.cs" />
    <Compile Include="Antlr.Runtime.Misc\ErrorManager.cs" />
    <Compile Include="Antlr.Runtime.Tree\TreeWizard.cs" />
    <Compile Include="Antlr.Runtime.Tree\TreePatternLexer.cs" />
    <Compile Include="Antlr.Runtime.Tree\RewriteRuleNodeStream.cs" />
    <Compile Include="Antlr.Runtime.Tree\TreePatternParser.cs" />
    <Compile Include="Antlr.Runtime.Tree\RewriteCardinalityException.cs" />
    <Compile Include="Antlr.Runtime.Tree\RewriteEarlyExitException.cs" />
    <Compile Include="Antlr.Runtime.Tree\RewriteEmptyStreamException.cs" />
    <Compile Include="Antlr.Runtime.Tree\RewriteRuleElementStream.cs" />
    <Compile Include="Antlr.Runtime.Tree\RewriteRuleSubtreeStream.cs" />
    <Compile Include="Antlr.Runtime.Tree\RewriteRuleTokenStream.cs" />
    <Compile Include="Antlr.Runtime\ANTLRInputStream.cs" />
    <Compile Include="Antlr.Runtime\ANTLRReaderStream.cs" />
    <Compile Include="Antlr.Runtime\BaseRecognizer.cs" />
    <Compile Include="Antlr.Runtime\CommonTokenStream.cs" />
    <Compile Include="Antlr.Runtime\RecognizerSharedState.cs" />
    <Compile Include="Antlr.Runtime\IToken.cs" />
    <Compile Include="Antlr.Runtime\ITokenStream.cs" />
    <Compile Include="Antlr.Runtime\Lexer.cs" />
    <Compile Include="Antlr.Runtime\TokenRewriteStream.cs" />
    <Compile Include="Antlr.Runtime.Tree\ITreeVisitorAction.cs" />
    <Compile Include="Antlr.Runtime.Tree\TreeVisitor.cs" />
  </ItemGroup>
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  <PropertyGroup>
    <PreBuildEvent>
    </PreBuildEvent>
    <PostBuildEvent>
    </PostBuildEvent>
    <ProjectGuid>{CF15D0D5-BE72-4F98-B70F-229ABA1DF0E8}</ProjectGuid>
    <RootNamespace>Antlr.Runtime</RootNamespace>
  </PropertyGroup>
</Project>